home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / LGP250S1.ZIP / src / libgplus.5 / libgplus / gplus-in / stddef.h < prev    next >
C/C++ Source or Header  |  1992-02-15  |  169b  |  13 lines

  1. #ifndef __libgxx_stddef_h
  2.  
  3. extern "C" {
  4. #ifdef __stddef_h_recursive
  5. #include_next <stddef.h>
  6. #else
  7. #include_next <stddef.h>
  8.  
  9. #define __libgxx_stddef_h 1
  10. #endif
  11. }
  12. #endif
  13.